Document that inline completion requires text-column to be set.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Mar 2005 15:00:11 +0000 (15:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Mar 2005 15:00:11 +0000 (15:00 +0000)
commit0e86016442117d8ababe9f6a5907a0d5edd5b47e
treed8733b7a8e0ed5b7840aa9cb82a249a233d6e0de
parent3fc42d7ab9602fc8f9e41c09de427f2e76950286
Document that inline completion requires text-column to be set.

2005-03-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentrycompletion.c (gtk_entry_completion_class_init):
Document that inline completion requires text-column to be set.
(gtk_entry_completion_compute_prefix): Return NULL if text-column
is not set.

* gtk/gtkentry.c (check_completion_callback): Call
gtk_entry_completion_complete() before inserting the prefix,
otherwise the prefix may depend on (random) state of the
filter model.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkentry.c
gtk/gtkentrycompletion.c